Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: mock schema registry client does not return correct id from cache #971

Merged
merged 2 commits into from
Jul 24, 2023

Conversation

srlk
Copy link
Contributor

@srlk srlk commented Mar 30, 2023

When mockclient is called consecutively with same schema GetID finds the schema in the cache, but it returns 0 instead of the actual schemaId found in the cache.

Copy link
Contributor

@milindl milindl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR. Let me get the CI running so I can merge it.

When mockclient is called consecutively with same schema GetID finds the schema
in the cache, but it returns 0 instead of the actual schemaId found in the
cache.
@milindl milindl merged commit e5c618f into confluentinc:master Jul 24, 2023
@srlk srlk deleted the fix/mock-client-wrong-schema-id branch July 25, 2023 07:38
chang-you pushed a commit that referenced this pull request Aug 14, 2023
#971)

When mockclient is called consecutively with same schema GetID finds the schema
in the cache, but it returns 0 instead of the actual schemaId found in the
cache.

* Update CHANGELOG.md

---------

Co-authored-by: Milind L <miluthra@confluent.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants